home *** CD-ROM | disk | FTP | other *** search
/ Comix Games / Comix Games.iso / jetsons / jetsons.exe / jetsons.dxr / 00058.ls < prev    next >
Encoding:
Text File  |  1996-11-19  |  149 b   |  9 lines

  1. on exitFrame
  2.   global theWantShowScore
  3.   if theWantShowScore = 1 then
  4.     set theWantShowScore to 0
  5.     ShowWonDialog()
  6.   end if
  7.   go(the frame)
  8. end
  9.